2004-12-27 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktreeview.c (gtk_tree_view_class_init): Fix a
+ typo. (#162339, Alessio Dessi)
+
* gtk/gtkadjustment.c (gtk_adjustment_class_init): Document
properties as new since 2.4. (#156101, Billy Biggs)
2004-12-27 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktreeview.c (gtk_tree_view_class_init): Fix a
+ typo. (#162339, Alessio Dessi)
+
* gtk/gtkadjustment.c (gtk_adjustment_class_init): Document
properties as new since 2.4. (#156101, Billy Biggs)
2004-12-27 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktreeview.c (gtk_tree_view_class_init): Fix a
+ typo. (#162339, Alessio Dessi)
+
* gtk/gtkadjustment.c (gtk_adjustment_class_init): Document
properties as new since 2.4. (#156101, Billy Biggs)
2004-12-27 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktreeview.c (gtk_tree_view_class_init): Fix a
+ typo. (#162339, Alessio Dessi)
+
* gtk/gtkadjustment.c (gtk_adjustment_class_init): Document
properties as new since 2.4. (#156101, Billy Biggs)
PROP_HOVER_EXPAND,
g_param_spec_boolean ("hover_expand",
P_("Hover Expand"),
- P_("Whether rows should be expanded/collaped when the pointer moves over them"),
+ P_("Whether rows should be expanded/collapsed when the pointer moves over them"),
FALSE,
G_PARAM_READWRITE));